home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / C_INTERF / INTERFAC / MAIN.H < prev    next >
Text File  |  1990-11-24  |  247b  |  11 lines

  1. /* Interface for "main.c" */
  2. /* Generated by "C Interface" utility version 1.2 */
  3. /* Written by James Bucanek */
  4.  
  5. #ifndef _Cif_MAIN_C
  6. #define _Cif_MAIN_C
  7. #define MAX_PATH_NAME    (255+1)
  8. #define MAX_FILE_NAME        (31+1)
  9. extern void main( void );
  10. #endif
  11.